/* CSS Document */
img {
  max-width: 100%;
  width: 100% \9;

}
<!--配合bootsrap 内容图片自适应-->



/* 面包屑 */
.position .breadcrumb .breadcrumb-item a {
    color: #008E38;
}

/* 滚动到顶部 */
#btnScrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #EC982C;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}

#btnScrollTop:hover {
    background-color: #E77817;
}
/* 滚动到顶部end */


.link a{
	margin-right: 10px;
    color: #353535;
}
.link2,.link2 a{
    color: #2D2D2D;
}
